spinbutton: Fix adjustment value thinko
authorTimm Bäder <mail@baedert.org>
Sun, 6 Oct 2019 12:36:25 +0000 (14:36 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 9 Oct 2019 14:57:22 +0000 (16:57 +0200)
commite325f65c8ad044682b2040ae277b6759f8947f66
tree798a3901273926ea6999c93d9ba35b2fe3b27874
parent2a40ff1b47b299065d8f226fd8dbe333f7b4154c
spinbutton: Fix adjustment value thinko

Using ints here is wrong as it makes it impossible to e.g. edit a double
in the [0; 1] range.
gtk/gtkspinbutton.c